Add missing spin_unlock_irq() at xen/arch/x86/irq.c
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 5 May 2006 12:41:35 +0000 (13:41 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 5 May 2006 12:41:35 +0000 (13:41 +0100)
commitfa9b01924fc071d90e4faeba2217d7d418e9b68d
tree74f3bcad8143c4ec97ed06b4b8197059e84d6b1a
parentbc1d3194fa1d6a17a2de36b5495ea37348c0e403
Add missing spin_unlock_irq() at xen/arch/x86/irq.c

Changeset 9889:42a8e3101c6c reorganized the code on this file, and
missed this spin_unlock_irq().  Without this patch, my machine hangs
completely during boot.  With this, it works.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
xen/arch/x86/irq.c